home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / DATABASE / TPLABEL.ZIP / TPLABEL.DOC < prev    next >
Encoding:
Text File  |  1994-03-17  |  25.3 KB  |  565 lines

  1.  
  2.  
  3.  
  4.         
  5.         
  6.         
  7.                TABEL OF CONTENTS
  8.         
  9.         
  10.                SECTION                                              PAGE
  11.                Overview...............................................1
  12.                Minimum Requirements...................................1
  13.                Getting Started........................................1
  14.                Files Created..........................................2
  15.                What are Fields........................................2
  16.                Using TPLABEL and Creating a Database..................3
  17.                Main Menu..............................................3
  18.                Add Records............................................3
  19.                Scan/Change Records....................................4
  20.                Delete Records.........................................5
  21.                Undelete Records.......................................6
  22.                Search Records.........................................6
  23.                Pack Records...........................................6
  24.                Change Database........................................7
  25.                Return Address.........................................7
  26.                Print Selected Records.................................8
  27.                Print All Records and One Shot Labels..................8
  28.                Report Generator.......................................9
  29.                Entering Printer Codes for Report Generator............9
  30.                Why Register...........................................9
  31.         
  32.         
  33.         
  34.                Page 1
  35.         
  36. TPLABEL OVERVIEW 
  37.         
  38. The main  purpose of the program is to print mailing  labels. This is 
  39. accomplished in one of two ways. You can print a label by inputting the 
  40. address information and  printing out an immediate label.Labels can also 
  41. be printed from a Database created and maintained by TPLABEL. 
  42.         
  43. TPLABEL contains full Database capabilities. You can Create - Add Records -
  44. Delete Records - Un-Delete Records -  Pack a Database - Change to a 
  45. different Database. 
  46.        
  47. Printing is very basic. No special printer codes are sent  to your printer. 
  48. The program should work correctly with all printers. Only one type of label 
  49. is supported; 3 1/2"  X 15/16"  one across. This label is the most  popular  
  50. one used  by  most people. 5 lines of text are  allowed  per label.  This  
  51. gives ample room for special  labels  that require  an Attention: Mr/Ms J. Doe 
  52. line. Labels can  be printed in 6 formats. 
  53.         
  54. Each Database can hold a maximum of 999 records. Each  record can be printed 
  55. as a label 1 to 99 copies. 
  56.         
  57. TPLABEL  checks what type of graphics adapter is present  and 
  58. adjusts  it's display accordingly Mono or Color. If  you 
  59. are  using a composite B/W monitor with a color  adapter 
  60. you  can force TPLABEL to come up in B/W by  adding  the 
  61. MONO switch on the command line. 
  62.         
  63. TPLABEL  is very easy to use. A form of Pull Down  Menus  are 
  64. used  to select a function. When a Menu is  pulled  down 
  65. each  function displays a help window. A test  label  is 
  66. provided for aligning the labels in the printer. 
  67.         
  68. Minimum Requirements 
  69.         
  70. PC/MS-DOS CPU 
  71. DOS 2.1 or higher 
  72. 256K of system ram 
  73. Mono/Hercules/CGA/EGA/VGA adapter 
  74. 1 disk drive 
  75. Parallel Printer 
  76.         
  77. Getting Started: 
  78.         
  79. If you are using a Hard Disk simply copy TPLABEL to any  Sub-
  80. Directory.  On a floppy system put TPLABEL on a disk  by 
  81. itself.  It will run off of a formatted disk. This  will 
  82. provide  enough room for a Database. Each record in  the 
  83. Database uses 160 bytes of disk space, plus 25 bytes  in 
  84. the .INX file. 
  85.        
  86. Therefore a Database containing the maximum amount of records 
  87. (999) would require 185K of disk space. 
  88.         
  89.  
  90.    Page 2
  91.  
  92. Files Created 
  93.  
  94. Each Database  consists of 2 files, and .INX file and a  .LBL 
  95. file.  The  .INX file contains a record  name  for  each 
  96. record in the Database. The names are kept in alphabeti-
  97. cal  order.  At the end of each name is a  number.  This 
  98. number is the position in the .LBL file where the actual 
  99. field  information  is  contained  for  that  particular 
  100. record.  The  .INX file is called  a  Sequential  Access 
  101. file.  It  is in a pure ASCII format.  Whatever  you  do 
  102. NEVER  NEVER  change any of the information in the  .INX 
  103. file. Deleting a line; adding a line is sure to  produce 
  104. unpredictable  results.  Even worse; render  the  entire 
  105. Database useless. 
  106.         
  107. The .LBL  file  is a Random Access file. This  is  where  the 
  108. field information for each record is stored. Once  again 
  109. NEVER NEVER change any information in this file  directly. The only safe way 
  110. to modify the Field information is to use the Scan/Change function of TPLABEL. 
  111.         
  112. What are Fields? 
  113.         
  114. Fields  are  where each line of information in a  record  are 
  115. stored.  TPLABEL allows 5 Fields (lines of  information) 
  116. per  record. For those familiar with Databases  this  if 
  117. old hat. For those new to Databases consider the following: 
  118.         
  119.                Field #1: HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH 
  120.                Field #2: Thumb Print Software 
  121.                Field #3: 1570 Colwood Road 
  122.                Field #4: Caro MI. 48723 
  123.                Field #5: HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH 
  124.         
  125. The entire  record would consist of all 5 Fields. As you  can 
  126. see each line contains a specific amount of information. 
  127. Exactly  as  you would hand write an address on  an  envelope. Fields #1 
  128. and #5 are blank in this example.  You 
  129. could  put  a special message here IE:  Attention  Duane 
  130. Schnur  on Field #1. When the label is printed  out  any 
  131. information  in  the  5 Fields will be  printed  on  the 
  132. Label. 
  133.         
  134. Each Field  is allowed a maximum of 32 characters.  There  is 
  135. room  on  a label for 35 character; but;  centering  the 
  136. label in the printer would be very critical therefore  a 
  137. Fudge  Factor 3 spaces for you to adjust the  labels  in 
  138. your printer using the built in test label. 
  139.                
  140.                
  141. You can print your labels in six different formats. Fields 2-
  142. 3-4 (the normal format). Fields 1-2-3-4; Fields 1-2-3-4-
  143. 5;  Fields 2-3-4-5; Fields 1-2; and Fields 2-5.  As  you 
  144. can see you have a variety of ways to print your labels. 
  145. These should cover 99% of all situations. 
  146.         
  147.    Page 3
  148. Now that you have an idea of what is a record - how they  are 
  149. created  - how they are stored and how they are  printed 
  150. as  a  mailing label we are ready for our first  use  of 
  151. TPLABEL. 
  152.         
  153. Using TPLABEL and Creating a Database 
  154.        
  155. To load TPLABEL from the DOS Command line type in: 
  156.     TPLABEL      [ENTER] 
  157. If you are using a composite B/W monitor with a CGA card  IE: 
  158. TANDY 1000A and a VM-4 monitor you can force TPLABEL  to 
  159. come up in B/W by typing in from the DOS Command line: 
  160.     TPLABEL MONO    [ENTER] 
  161.         
  162. Once the  Logo Screen appears it will display for 5  seconds. 
  163. You  can force it to disappear by pressing any key.  The 
  164. first thing TPLABEL does is look for it's default  Data-
  165. base  TPLABEL.INX  &  .LBL. If it doesn't  exist  it  is 
  166. created. 
  167.         
  168. Main Menu 
  169.         
  170. The Main  Menu is a bar across the top of the  screen.  There 
  171. are  three  selections  Records - Print - Dos.  Each  of 
  172. these selections will Pull a Menu Down. To make a selection  from any 
  173. Menu (Main or Pull Down) move  the  Highlighted  Bar 
  174. to the selection and press Enter.  You  may 
  175. also  press  the Highlighted Letter  of  any  selection. 
  176. Either  way will work. On some displays you may  not  be 
  177. able  to see the Highlighted letters, in particular  LCD 
  178. displays  on  Laptops. If this is the case  then  simply 
  179. move  the Highlighted bar to the selection you want  and 
  180. press  Enter. From now on when you are asked to  make  a 
  181. selection use one of the two ways described above. 
  182.         
  183. Pull Down  the  Records Selection from the Main  Menu.  There 
  184. will be 7 functions: Add Records - Scan/Change Records - 
  185. Delete  Records - Un-delete Records - Search  Records  - 
  186. Pack  Records  - Change Database. Will be using  all  of 
  187. these functions in the following example. 
  188.         
  189. Add Records:
  190.         
  191. Select the Add Records function. If this is the first  record 
  192. in  the Database (which it is) a message will appear.  A 
  193. window will open asking you for a record name. 
  194.                
  195.                
  196. If you  decide  not to add a record simply press F1.  In  our 
  197. example we are going to Add a record. This is where  you 
  198. should use a little Fore-thought how you want the record 
  199. names  listed. The best way to name a record is  to  use 
  200. the person's or company's name. If it is a person it  is 
  201. best to type in the Last Name First. The reason for this 
  202. is TPLABEL sorts the record names alphabetically. If you 
  203. type  in the First Name first the listing in the  selec-
  204. tion window will be hard to find the record you want. 
  205.         
  206.     Page 4
  207. Type in the following on the Highlighted Bar: 
  208.              DOE JOHN             
  209. You may  use Upper or Lower case or a mix of both it  doesn't 
  210. matter.  The  sorting routine TPLABEL uses  is  non-case 
  211. sensitive.  One thing to remember you should try to  use 
  212. the  same  format  and case with all  record  names  you 
  213. enter. This will keep their appearance in the  selection 
  214. window uniform. This is a matter of personal preference. 
  215. Once  you have the record name entered press  the  Enter 
  216. Key. 
  217.         
  218. Field Information Window: 
  219. Another  window will open up. It contains 5 Fields.  The 
  220. Highlighted Bar will be resting on the first Field.  You 
  221. move from Field to Field by pressing the Enter key. This 
  222. is  the only movement key that is active. At this  point 
  223. you have to decide how you want the address  information 
  224. arranged  in the record. Generally you should leave  the 
  225. First and Fifth Fields blank. By doing so you will  have 
  226. blank  fields  that  you can add an  Attention  line  or 
  227. whatever.  If the address is the name of a  company  you 
  228. may  have  to use all 5 Fields to enter the  entire  address.  
  229. In  our  example we are  entering  addresses  of 
  230. people  we know, so we will use the 2-3-4 Fields.  Press 
  231. the  Enter key until the Highlighted Bar is  resting  on 
  232. the 2nd Field. Type in the following: 
  233.            1 
  234.            2   JOHN DOE                         [Press Enter] 
  235.            In the 3rd Field type in: 
  236.            3   123 OAK AVE                      [Press Enter] 
  237.            In the 4th Field type in: 
  238.            4   SOMEWHERE MI 48888               [Press Enter] 
  239.            5 
  240.  
  241. Your address should look like this: 
  242.            1 
  243.            2 JOHN DOE 
  244.            3 123 OAK AVE 
  245.            4 SOMEWHERE MI 48888 
  246.            5 
  247.         
  248. Fields  1 and 5 should be blank. Press F1 for  Finished.  The 
  249. record  name  window should appear. Press F1 we  are  not 
  250. going to add any more records at this time. 
  251. Your record  will be saved to Disk in the TPLABEL.INX &  .LBL 
  252. file. From the Main Menu select Records. 
  253.         
  254. Scan/Change Record/s Function :
  255.         
  256. Select  the Scan/Change function. A large window  will  open. 
  257. This  is a record selection window. It will display  all 
  258. the record names in the current Database (TPLABEL).  You 
  259. should  see  DOE JOHN with a Highlighted Bar on  it.  At 
  260. this  point  you only have one record in  the  Database. 
  261. Moving the bar and demonstrating the tagging of  records 
  262. is  impossible. For now press the ESC key to  close  the 
  263. window and return to the Main Menu. 
  264.        
  265.      Page 5
  266. You should  add  at least two more records  to  the  Database 
  267. before  we continue. There should be at least 3  records 
  268. in the Database to display the other functions of  TPLABEL. If you are using 
  269. this example as a tutorial this is 
  270. a  good place to take a break. In any case add at  least 
  271. two more records. When you have at least 3 records begin 
  272. with the next paragraph. 
  273.         
  274. Select  Records from the Main Menu. Select  Scan/Change.  The 
  275. Scan/Change  window  will open listing all  the  records 
  276. that are in the Database. To select a record or  records 
  277. move  the  Highlighted bar with the arrow  keys  to  the 
  278. record  you  want  and TAG it with the  Space  Bar.  Any 
  279. record  you Tag will remain highlighted as you move  the 
  280. bar to other records. To UN-TAG a record move the  highlighted 
  281. bar to a Tagged record and press the Space  Bar. 
  282. The  record  will change back to normal video  when  you 
  283. move  the  highlighted bar off of it.  Tag  at  least  2 
  284. records.  If  you  change your mind and  don't  want  to 
  285. Scan/Change any records just press the ESC key. You will 
  286. return  to the Main Menu. The Help Line under  the  Main 
  287. Menu  Bar tells what keys are active in the  Scan/Change 
  288. window. 
  289.         
  290. With at least 2 records Tagged press the Enter Key. The first 
  291. record  will appear in a window similar to the  Add  Re-
  292. cords window. You can change/add any information in  the 
  293. Fields.  When your through press F1. You will  be  asked 
  294. whether you want to save the record back to disk. If you 
  295. made  changes then answer Yes otherwise answer  No.  The 
  296. next  record you tagged will appear in the window.  This 
  297. will  continue until all Tagged records have  been  dis-
  298. played. You will be returned to the Main Menu Bar. 
  299.  
  300. Delete Record/s:
  301.         
  302. From the Main Menu select Records, select Delete Record/s.  A 
  303. window  will  open similar to  the  Scan/Change  Records 
  304. window.  You Tag any record you want Deleted same as  you 
  305. did in the Scan/Change function. Tag at least one record 
  306. and press  Enter. The record will be Marked For Deletion.  It 
  307. is  not actually Deleted from the .INX or .LBL  file.  A 
  308. CHR$(254) ' will be added to the beginning of the Record 
  309. Name.  From  the Main Menu select Records,  then  select 
  310. Scan/Change.  You will not see the record/s  you  tagged 
  311. listed  in  the window. In other words it is  no  longer 
  312. available. Press ESC to return to the Main Menu Bar. 
  313.        
  314.     Page 6
  315. Undelete Record/s:
  316.         
  317. Select Records from the Main Menu, select Undelete  Record/s. 
  318. A  selection window will open. The Highlighted bar  will 
  319. be  on  the first Marked for Deletion Record.  You  will 
  320. notice  the  first character of the Record is a  '  this 
  321. tells  TPLABEL  that this record is deleted and  is  not 
  322. available for any function except Undelete Record/s.  Do 
  323. not  Tag any records for now just press the ESC  key  to 
  324. return to the Main Menu. 
  325.         
  326. Search Records:
  327.         
  328. Select  Records from the Main Menu, select Search Records.  A 
  329. window  will  open with a Highlighted bar in  the  input 
  330. box. You may search for any record name in the Database. 
  331. You  can not search for any information in a Field  only 
  332. for  a record name. You must type in at least 3  characters  
  333. case  doesn't matter. You cannot type in  3  Space 
  334. characters with no printable characters. If you type  in 
  335. just 3 characters the first and third character must  be 
  336. a  alpha-numeric character. The 2nd character can  be  a 
  337. space. The more characters you type in the search string 
  338. the  more selective the search. Type in JOHN  and  press 
  339. Enter.  You should see DOE JOHN displayed in  the  Match 
  340. box. If this was the record name you were searching  for 
  341. answer  Yes. If it wasn't then answer No. If you  answer 
  342. No  the  search will continue. For now answer  Yes.  You 
  343. will  now be asked whether you want to  (S)can  (D)elete 
  344. (U)n-Delete  the record. If you try to Delete a  Deleted 
  345. Record  an error message will appear. If you try to  UnDelete 
  346. a record that is not Marked for Deletion an error 
  347. message  will  appear. Press ESC to return to  the  Main 
  348. Menu Bar. 
  349.         
  350. Pack Records:
  351.         
  352. Select  Records from the Main Menu Bar, select Pack  Records. 
  353. You  should still have at least one Marked for  Deletion 
  354. record in the Database. A window will appear  explaining 
  355. what  Pack does. Pack will rebuild a new  Database  .INX 
  356. &  .LBL files with the Marked for Deletion  records  removed.  
  357. This is the only way you can permanently  remove 
  358. records from a Random Access File (.LBL). It will rename 
  359. the  original  .INX & .LBL files to .ONX &  .OBL  (the  O 
  360. stands for Old). What you end up with on disk is the new 
  361. Database  and the Original Database. This is a bit  different 
  362. than  most  DBM programs. TPLABEL does not  destroy  the 
  363. original  Database. The advantage is you still have  the 
  364. original Database with the Marked for Deletion  records. 
  365. The  disadvantage  is  this method takes  up  more  disk 
  366. space. It is then up to you to move the Original  Database  
  367. to  another disk or Delete it.  Your  options  are 
  368. opened  with this method. Back to our example press  any 
  369.  
  370.    Page 7
  371. key to continue with Pack. The first thing Pack does  is 
  372. check to see how much disk space is available. If  there 
  373. is enough it will build the new Database. This should be 
  374. no  problem with Hard Drives. With a single 360K  system 
  375. you may have to do some juggling to Pack a Database. 
  376.         
  377. Single 360K Drive System 
  378.         
  379. If you  have a large Database (600 or more records) that  you 
  380. want  to Pack you should copy the Database  files  (.INX 
  381. &  .LBL) to a formatted disk by themselves.  Place  your 
  382. TPLABLEL disk in the drive and load TPLABEL. Now  remove 
  383. the TPLABEL disk and replace it with the formatted  disk 
  384. containing  the Database you copied to it. Now bring  up 
  385. Change  Database  and  load the Database.  You  can  now 
  386. proceed with Pack. 
  387.         
  388. Change Database:
  389.         
  390. Select  Records from the Main Menu Bar, select  Change  Data-
  391. base.  At  this point you only have 1 Database  on  your 
  392. disk,  TPLABEL.  If you had any other Databases  on  the 
  393. disk  they would be listed in the bottom of the  window. 
  394. You  can type in an existing Database name or type in  a 
  395. new  name.  If the Database does not exist  it  will  be 
  396. created and will be the Current Database. Only  alphabet 
  397. letters  will be accepted as a Database name.  In  other 
  398. words you cannot type in a Drive/Path. All Databases are 
  399. stored on the same Drive/Path as TPLABEL. 
  400.         
  401. Return Address:
  402. This applies only to those who will use a Laser Printer for printing
  403. envelopes. A dialog window will open. You will see Address A - B - C
  404. Each address has 5 input lines. Use the Enter key to move from line to
  405. line and Address to Address. You should start at the top line of each
  406. Address. Laser Printers leave 1/2 inch margin and if you start your
  407. return address on the 2nd or 3rd line this will only place your
  408. return address even further down the top left corner of the envelope.
  409. You do not have to fill in all 3 Addresses. Just use what you need.
  410. When you are through press F1. Your Addresses will be saved in the
  411. file TPLABEL.RTN in the default directory.
  412.  
  413. Print Selection:
  414.         
  415. Select  Print  from the Main Menu. There  are  4  selections. 
  416. Selected Records - All Records - One Shot Label - Report 
  417. Generator. 
  418.        
  419.    Page 8
  420. Selected Records:
  421.         
  422. Select  Selected Records. A window will open  cautioning  you 
  423. that only 3 1/2 X 15/16 inch labels may be used. You are 
  424. also  informed  that you should run the  test  label  to 
  425. align your labels in the printer. You don't have to have 
  426. any labels loaded in your printer to continue with  this 
  427. example.  Just turn your printer on and make sure it  is 
  428. on line. Answer Yes to the test label question. A another  
  429. window  will  open showing you what  the  test  label 
  430. should look like when printed. Press P for Print. The 
  431. test label will be printed. If you were using labels the test 
  432. label  should  line up  vertically/horizontally  on  the 
  433. label in your printer. You would readjust your labels in 
  434. the printer until the test label prints correctly. Press 
  435. Q to quit the test label. The window that appears is the 
  436. print format selection window. There is a brief explanation 
  437. at the top. The right box contains a sample  record 
  438. from the Database. This reminds you how you  constructed 
  439. your Database. The left box is the format box. Move  the 
  440. reverse video bar to the Fields you want printed. Select 
  441. the  Fields  2 - 3 - 4 by pressing Enter.  You  are  now 
  442. asked  for  how many copies of each record do  you  want 
  443. printed.  Type in 1 and press Enter. You will now see  a 
  444. window  with  the  available records  in  the  Database. 
  445. Select  what  records you want printed by  Tagging  them 
  446. with the space bar and press Enter. 
  447.         
  448. A window will open displaying the records as they are  printed.  
  449. If you press ESC during the printing  all  printing 
  450. will  stop. You either (C)ontinue or (A)bort the  printing.  
  451. You would press ESC if your labels were to jam  in 
  452. the  printer. You could then reset your labels and  continue. 
  453. One thing you should be aware of is printers with 
  454. built in print buffers will not stop printing immediately  
  455. when  you press ESC. They will stop when  the  print 
  456. buffer  is  empty. The only way you  can  stop  printing 
  457. immediately is to press ESC then turn your printer  off. 
  458. When  all tagged records have been printed you  will  be 
  459. returned to the Main Menu Bar. 
  460.         
  461. All Records - One Shot Label:
  462.         
  463. From the Main Menu Bar select Print. The All Records function 
  464. is  the  same as the Selected  Records  function  except 
  465. instead  of tagging records to print all  available  records 
  466. in the Database will be printed. 
  467.        
  468.    Page 9
  469. One Shot Label: 
  470.         
  471. Select  One  Shot  Label. You will see  the  Caution  message 
  472. again. This time say No you don't want a test label. You 
  473. will now see a window similar to the Add Records window. 
  474. You  may type anything you want into the  Fields.  Enter 
  475. something in all the fields. Press F1. You will be asked 
  476. if  you want to print this label. If you answer  No  you 
  477. will be returned to the Main Menu. Answer Yes. Type in 1 
  478. for the number of copies and press Enter. The label will 
  479. print out. 
  480.         
  481. Report Generator:
  482.         
  483. Report Generator will print a complete list of all records in 
  484. the  Current Database. All 5 Fields of each record  will 
  485. be printed on one line. Each record will print one under 
  486. the  other. A maximum of 56 records will be  printed  on 
  487. each  page. Each page has a header describing the  Data-
  488. base  Date and Page number. This feature is  very  handy 
  489. when a complete list of records is needed. For  instance 
  490. a roster of a club. 
  491.         
  492. There is  one requirement of the printer it must be  able  to 
  493. print 160 characters across one line. A code is sent  to 
  494. the  printer  Condensed  Elite. The  code  is  IBM/EPSON 
  495. compatible  code 27/@/15/27/M. If this code is not  compatible  
  496. with your printer you have the  opportunity  to 
  497. input your printer code. 160 is calculated by the formula 
  498. 5 Fields times 32 characters per Field 5 X 32 =  160. 
  499. If your printer is not able to print 160 characters  per 
  500. line then the report will not look correct on the print-
  501. out,  lines will wrap around to the next line. Some  may 
  502. not  be able to use this feature,but,if your printer  is 
  503. IBM/EPSON compatible you should have no problems. 
  504.         
  505. Entering Printer Code for Report Generator:
  506.         
  507. To enter a printer code follow these steps. When asked if you 
  508. want  to input your own code answer Yes.  A  Highlighted 
  509. Bar  will appear. You enter any CHR$(#) by HOLDING  DOWN 
  510. THE ALT KEY AND TYPING THE NUMBER USING THE KEY PAD.  Do 
  511. not use the top row of the keyboard to input the #  this 
  512. will not work. If your printer manual shows anything  in 
  513. ""'s  enter  them exactly as shown (not the  ""'s).  For 
  514. example: if you manual has  "x1" enter x1. In this  case 
  515. use a lower case x. In other words use the same case  as 
  516. your manual. If your manual has a number IE: 77 this  is 
  517. not a CHR$(#) enter 77 using the numbers on the top  row 
  518. of  the keyboard. CHR$(#'s) will have CHR$ in  front  of 
  519. them  IE:  CHR$(15) CHR$(14) ETC. If your  manual  shows 
  520. ESC  CHR$(15) M (this is the IBM/EPSON code)  you  would 
  521. enter the following: 
  522.  
  523.    Page 10
  524. HOLD DOWN THE ALT KEY AND TYPE IN 27 ON THE KEYPAD 
  525. HOLD DOWN THE ALT KEY AND TYPE IN 15 ON THE KEYPAD 
  526. TYPE IN THE CAPITAL LETTER M 
  527. DO  NOT ENTER ANY SPACES BETWEEN THE CODE  ELEMENTS.  IN 
  528. OTHER WORDS NO SPACES BETWEEN OF 27 AND 15; 15 AND M. If 
  529. you  follow  these entry rules you  shouldn't  have  any 
  530. trouble. 
  531.         
  532. Why Register:
  533.  
  534. Registration of Shareware is what fuels the development of a program
  535. to the next level. This is the only way us Shareware authors 
  536. receive any monetary receipts from our work. 
  537.  
  538. Registering TPLABEL:
  539.  
  540. You receive: TP-ET 2.0 a very fancy Electric Typewriter program. Set
  541. all 4 margins - Word Wrap - Auto Save - Undo - 50 printer drivers -
  542. Box Drawing - Time/Date stamps - 10 Programmable Auto Insert Keys -
  543. Find Find/Replace - Cut/Copy/Delete - Center A Line - Embedd Printer
  544. Functions IE: Bold/Underline/Sub-SuperScript-Double Wide etc. - Full
  545. File I/O functions - Convert to Ascii - Word/Byte/Disk Space Count -
  546. Enlarge/Shrink Work Area - All/Block to Upper/Lower Case - HyperText
  547. Help System  and more.
  548.  
  549. TPED a very easy to use Text Editor especially nice for .BAT files.
  550.  
  551. TPLABEL (without the annoying Registration Form each time you exit)
  552.  
  553. 4 months Telephone service
  554.  
  555. Bound Printed Manual
  556.  
  557. 14 Day Defective Disk Replacement
  558.  
  559. Notification of any new products from Thumb Print Software
  560.  
  561. 1/2 off certificate from JCSM for their latest CD-ROM of Shareware
  562.  
  563. Mainly Thank You For Trying TPLABEL.
  564.  
  565.